home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright (c) 1991, 1992 by the MIT Media Laboratory
-
- This software is distributed by Michael Hawley of the MIT Media Laboratory.
- We hope it will be useful to you.
-
- Permission to use, copy, or modify this software for educational
- and research purposes only and without fee is hereby granted
- provided this notice appears on all copies, and provided you send
- us your improvements. Any other use of this software, in original
- or modified form, in whole or in part, requires specific permission
- from MIT. This software shall not be used, rewritten, or adapted
- for use in a commercial product without first obtaining appropriate
- licenses from MIT. MIT makes no representations about the suitability
- of this software for any purpose: it is provided "as is" without any
- warranty and any risk, damage, or liability incurred through your use
- of this software is yours alone.
-
- Michael Hawley
- MIT Media Laboratory
- 20 Ames Street,
- Cambridge, MA 02139
- mike@media-lab.mit.edu
- */
-
- #import <objc/Object.h>
-
- int FirstUse();
- char *Version();
-
- @interface License:Object
- {
- id quit;
- id accept;
- id panel;
- id scrollview;
- id colorbars;
- id infopanel;
- id infobars;
- id version;
- }
-
- - info:sender;
- - show:sender;
- - accept:sender;
- - quit:sender;
- - suggestion:sender;
-
- @end
-